-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localize SuperSplat to Chinese, Japanese and Korean #192
Conversation
If any Japanese speakers can check the translations, I would really appreciate it! I used Copilot to generate them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastichi!
Co-authored-by: Will Eastcott <[email protected]>
Hello! I've submitted a Pull Request to review and fix the Japanese translation. |
Thanks, @yushimatenjin - this is now deployed. Can you please go here and verify that the UI is automatically set to Japanese for you? |
@willeastcott |
That's excellent. Thanks for confirming! |
Hey @nmgyaoyuan, are the Chinese translations OK? |
Use i18next to localize SuperSplat. Initially, Chinese, Japanese and Korean have been added as the first non-English languages:
Chinese:
Japanese:
Korean:
Note: the localization should autoselect based on the browser's locale. However, you can force it with the
lng
query parameter (i.e.https://playcanvas.com/supersplat/editor?lng=ko
).We could potentially externalize the strings in future, but for now, it's quite convenient to have them in the code.